css prevent grid blowout

46

.foo {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
}

Comments

Submit
0 Comments